home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE6__
/
PROTO
/
U
/
EVENTSLI.H
< prev
next >
Wrap
Text File
|
1991-08-16
|
848b
|
30 lines
/* EventsLife6 Additional event handler routines
File name: EventsLife6.h
Function: This module contains the extra event handler routines
These routines allow us to override events in the main loop,
and to handle unique events.
/* History: 8/16/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Handle special key combinations */
Boolean HandleKey(EventRecord *myevent);
/* Special disk inserted handling */
Boolean HandleDisk(EventRecord *myevent);
/* Let us into the main loop */
void ApplLoop_Life6(void);
/* Filter events from the main loop */
void ApplEvent_Life6(Boolean *DoIt, EventRecord *myEvent);
/* Handle our special user events */
void Handle_UserEvent(UserEventRec *TheUserEvent);
/* ======================================================= */